@charset "utf-8";

/*
Theme Name: uziwp_twentytwentytwo
Author: 柚子网络
Author URI: http://uziwp.com   
Description: 柚子网络企业网站建设专用，官方网站：http://uziwp.com，升级服务QQ：366609877。
Version: 1.1.0
Text Domain: uzi
Tags: 企业站,SEO,WooCommerce,自定义文字,自定义样式

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
figure {
    border: 0;
    font-size: 14px;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
    background-color: #ffffff;
}

.wp-block-code code {
    padding: 2em;
}

ul,
li,
ol {
    list-style: none;
    background: transparent;
    margin-bottom: 0;
}

b,
strong {
    font-weight: bold;
}

a,
a:focus {
    text-decoration: none;
    color: #111;
}

a:hover {
    color: #0093dd;
    text-decoration: none;
}

a,
button,
input {
    outline: none;
}

select.search-select,
option {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

textarea {
    resize: vertical;
}

.txt-bold {
    font-weight: bold;
}

.txt-red {
    color: #ff0000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

embed,
iframe,
object {
    max-width: 100%;
    margin: auto;
    display: block;
}

table {
    margin: 15px auto;
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%;
}

table th {
    vertical-align: baseline;
    padding: 5px 15px 5px 6px;
    background-color: #3F3F3F;
    border: 1px solid #3F3F3F;
    text-align: left;
    color: #fff;
}

table td {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #aaa;
    text-align: center;
}

table tr:nth-child(odd) {
    background-color: #F5F5F5;
}

table tr:nth-child(even) {
    background-color: #fff;
}

#header {
    height: 80px;
    width: 100%;
    background: #fff;
    /* position: fixed; */
    top: 0px;
    left: 0px;
    z-index: 9999;
    box-shadow: rgb(102, 102, 102) 1px 1px 8px;
}

.header-logo {
    float: left;
    width: 334px;
}

.header-logo a {
    display: block;
    height: 80px;
}

.header-logo a img {
    display: inline-block;
    max-height: 50px;
    margin-top: 15px;
}

.header-logo p {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 20px;
    height: 30px;
    margin-top: 25px;
    color: #111;
}

.header-menu {
    float: left;
    margin-left: 30px;
}

.header-menu>ul>li {
    padding: 0 25px;
    float: left;
    position: relative;
    height: 80px;
    line-height: 80px;
}

.header-menu>ul>li.current-menu-item>a,
.header-menu>ul>li:hover>a {
    color: #0093dd;
}

.header-menu>ul>li>a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    height: 40px;
    margin-top: 20px;
    text-align: center;
}

.header-menu>ul>li>a span {
    font-weight: 800;
    line-height: 1.4;
    display: list-item;
}

.section-fixed-contact {
    position: fixed;
    z-index: 55;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #0093dd;
    transition: all 0.5s;
}

.section-fixed-contact.section-fixed-contact-display {
    bottom: -100px;
    transition: all 0.5s;
}

.section-fixed-contact .container {
    position: relative;
}

.section-fixed-contact .text {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
}

.section-fixed-contact .text i {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(images/contact.png) no-repeat center;
    vertical-align: -6px;
    margin-right: 10px;
}

.section-fixed-contact .text .num {
    color: #F81528;
    font-size: 36px;
    vertical-align: top;
    margin: 0 10px;
}

.section-fixed-contact .btns {
    position: absolute;
    top: 27px;
    right: 0;
}

.section-fixed-contact .btns a {
    margin-left: 10px;
}

.section-fixed-contact .btns .btn-red-shadow {
    vertical-align: top;
}

.section-fixed-contact .btns .btn-red-line {
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    width: 158px;
    margin-left: 10px;
}

.section-fixed-contact .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -80px;
    top: 10px;
    background: url(images/bottom-white-close.png) no-repeat center;
    opacity: 1;
}

.section-fixed-contact .orange {
    color: #FB6703;
}

.section-fixed-contact .red-number {
    color: #FFE010;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    margin: 0 10px;
}

.section-fixed-contact .form {
    padding-top: 15px;
    overflow: hidden;
}

.section-fixed-contact .form .input {
    width: 200px;
    height: 40px;
    background: #FFFFFF;
    float: left;
    margin-right: 10px;
}

.section-fixed-contact .form .input input {
    padding: 20px 10px;
    height: 24px;
    border: 0;
    width: calc(100% - 20px);
    font-size: 16px;
    color: #888888;
}

.section-fixed-contact .form .btn {
    float: left;
    width: 150px;
    height: 40px;
    background: linear-gradient(-90deg, #FB8732, #F6C418);
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}

.section-fixed-contact .btns .btn-red-shadow2 {
    width: 190px;
    height: 54px;
    background: #ffffff;
    color: #3371ff;
    display: block;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 16px;
}

.section-fixed-contact .btns .btn-red-shadow2:hover {
    opacity: 0.9;
}

@media screen and (max-width: 1457px) {
    .section-fixed-contact .close {
        right: -30px;
        top: 5px;
    }
}

.slicknav_nav span.des {
    display: none;
}

.header-tool {
    float: right;
    border-left: 1px solid #e5e5e5;
}

.header-tool .lang {
    float: left;
    position: relative;
}

.header-tool .lang p {
    cursor: pointer;
    width: 100px;
    text-align: center;
    background: url(images/icon-hlang.png) no-repeat 20px center;
    transition: none;
    -webkit-transition: none;
    font-size: 16px;
    color: #8c8f95;
    line-height: 80px;
    height: 80px;
    padding-left: 20px;
}

.header-tool .lang .lang-box {
    width: 105px;
    -moz-box-shadow: 1px 1px 10px #333;
    -webkit-box-shadow: 1px 1px 10px #333;
    box-shadow: 1px 1px 10px #333;
    background: #fff;
    position: absolute;
    top: 80px;
    display: none;
    text-align: center;
}

.header-tool .lang .lang-box:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -6px;
}

.header-tool .lang .lang-box a {
    display: block;
    padding: 5px 10px 5px 5px;
    line-height: 30px;
}

.header-tool .lang .lang-box a:hover {
    color: #fff;
    background: #0062b2;
}

.header-tool .header-search {
    float: left;
    position: relative;
    background: #00479d;
    width: 80px;
    text-align: center;
    height: 80px;
}

.header-tool .header-search p {
    cursor: pointer;
    text-indent: -999999px;
    width: 80px;
    height: 100%;
    background: url(images/icon-hsrch.png) no-repeat center center;
}

.header-tool .header-search .search-box {
    position: absolute;
    top: 80px;
    left: -220px;
    display: none;
}

.header-search .search-box form {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.header-search .search-box form .text {
    -moz-box-shadow: 1px 1px 10px #333;
    -webkit-box-shadow: 1px 1px 10px #333;
    box-shadow: 1px 1px 10px #333;
    background: #fff;
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: none;
}

.header-search .search-box form .btn-search {
    position: absolute;
    right: 0px;
    top: 10px;
    border: none;
    background: none;
    line-height: 1;
}

.header-search .search-box form .btn-search i {
    color: #111;
}

.page-template-page-home .woocommerce ul.products li.product {
    text-align: center;
    margin-bottom: 5em;
}

.page-template-page-home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    padding: 0.5em 0.5em .5em;
    font-weight: 800;
    overflow: hidden;
}

.page-template-page-home .woocommerce ul.products li.product .price {
    text-align: center;
}

#slider {
    position: relative;
    /* margin-top:86px; */
}

#slider img {
    width: 100%;
}

.slider-con .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.fw-con {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    padding: 25px 0;
    color: #fff;
    text-align: center;
}

.fw-con .owl-carousel .owl-item img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.fw-con p {
    color: #fff;
    font-size: 16px;
}

.fw-con .owl-theme .owl-nav {
    margin-top: -15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    width: 100%;
    top: 50%;
}

.fw-con .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
    text-indent: -999999px;
    border-radius: 50%;
    background: none;
}

.fw-con .owl-nav .owl-prev {
    background-image: url(images/icon28.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.fw-con .owl-nav .owl-next {
    text-indent: -999px;
    background-image: url(images/icon29.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.fw-con .owl-theme .owl-prev {
    left: 0px;
}

.fw-con .owl-theme .owl-next {
    right: 0px;
}

.fw-con .owl-theme .owl-nav [class*='owl-']:hover {
    background: #0093dd;
    color: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

#home-notices {
    background-color: #d9d9d9;
    /* border:1px solid #d9d9d9; */
    height: 46px;
    line-height: 46px;
}

#home-notices .notice-con .owl-carousel .item .txt {
    color: #666;
}

.home-notices i,
.home-notices .title {
    height: 46px;
    line-height: 46px;
}

.section-head {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.section-head h2 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.section-head h2:after,
.section-head h2:before {
    content: "";
    border-top: 1px solid #ccc;
    display: block;
    position: absolute;
    width: 50px;
    top: 15px;
    /* 这里的top值= 标题的margin + 字体大小/2 ，*/
}

.section-head h2:before {
    left: 130%;
    /* 左偏离 */
}

.section-head h2:after {
    right: 130%;
    /* 右偏离 == 左偏离 */
}

.section-head span {
    position: relative;
    display: block;
    color: #ccc;
    margin-top: 10px;
}

.section-head a.btn-more {
    display: inline-block;
    white-space: nowrap;
    padding: 10px 30px;
    background-color: #FFA700;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
}

.pro-cat ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-inline-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    clear: both;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.pro-cat ul li a.uzi_loop-product__link,
.pro-cat ul li a.woocommerce-loop-product__link {
    display: block;
    height: 100%;
    box-shadow: 0 15px 40px -10px rgba(22, 35, 49, .15);
}

.pro-cat ul li a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 40px -10px rgba(22, 35, 49, .2);
    -moz-box-shadow: 0 20px 40px -10px rgba(22, 35, 49, .2);
    box-shadow: 0 20px 40px -10px rgba(22, 35, 49, .2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pro-cat h3 {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 800;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro-cat p {
    color: #666;
    padding: 0 20px 10px;
}

.sticky .text {
    float: left;
    width: 47%;
    padding: 3% 0;
}

.sticky .text .text-con {
    background: #e5e9ed;
    padding: 7%;
    height: 100%;
}

.sticky .images {
    float: left;
    width: 53%;
}

.sticky .item {
    padding: 0 5%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-inline-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    clear: both;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.sticky .text .time {
    color: #888;
    display: inline-block;
}

.sticky .text h2 a {
    font-size: 24px;
    font-weight: bold;
    display: block;
    line-height: 1.4;
}

.sticky .text p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.sticky .text a.more {
    color: #111;
}

.sticky .text a.more i {
    margin-left: 10px;
}

.sticky .owl-dots {
    margin-top: 50px;
}

.sticky .owl-theme .owl-nav {
    margin-top: -15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    width: 100%;
    top: 50%;
}

.sticky .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
    text-indent: -999999px;
    border-radius: 50%;
    background: #0093dd;
}

.sticky .owl-nav .owl-prev {
    background-image: url(images/icon28.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.sticky .owl-nav .owl-next {
    text-indent: -999px;
    background-image: url(images/icon29.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.sticky .owl-theme .owl-prev {
    left: 0px;
}

.sticky .owl-theme .owl-next {
    right: 0px;
}

.news-cat .news-head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.news-cat .news-head h3 a {
    font-size: 22px;
    font-weight: 800;
    float: left;
    display: inline-block;
}

.news-cat .news-head a.more {
    color: #666;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.news-cat .news-head a.more:hover {
    color: #0093dd;
}

.news-cat .news-list li,
.news-cat .news-list .text {
    overflow: hidden;
}

.news-cat .text h2 {
    font-size: 18px;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-top: 10px;
}

.news-cat .text p {
    font-size: 16px;
    color: #666;
}

.news-cat .text span {
    display: inline-block;
    padding: 5px 7px;
    color: #fff;
    background-color: #0093dd;
    border-radius: 20px;
    margin-right: 10px;
}

.case-item a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
}

.filters li {
    margin: 0px 7px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

.filters li.on,
.filters li:hover {
    background: #0093dd;
    color: #fff;
    border-color: #0093dd;
}

.case-list .case-item {
    height: 0;
    overflow: hidden;
    transition: bottom 0.6s ease 0s;
}

.case-list .on {
    height: 100%;
}

#gallery-1 img {
    padding: 10px;
    border: none !important;
}


/* 底部样式 */

#footer {
    color: #858e99;
    background: #313840;
}

#footer h3 {
    font-size: 16px;
    color: #ffffff;
    margin: 0px 0px 15px;
}

.footer-nav .item {
    /* width: 14.28%; */
    float: left;
}

.footer-nav ul li a {
    color: #fff;
    display: block;
    line-height: 2;
    opacity: .6;
}

.footer-nav ul li a:hover {
    opacity: 1;
    color: #fff;
}

#footer .copyr {
    text-align: center;
    color: rgba(255, 255, 255, .4);
    background: #272d35;
}

#footer .copyr a {
    color: rgba(255, 255, 255, .4);
}

.footer-top {
    border-top: 1px solid #1b1b1b;
}

.link {
    background: #333;
    color: #fff;
}

.link h3 {
    font-size: 16px;
    float: left;
    line-height: 30px;
    height: 30px;
    margin-right: 15px;
    overflow: hidden;
}

.link ul {
    float: left;
}

ul.quick-links li {
    background-color: #fff;
}

.link ul li {
    float: left;
    margin-right: 10px;
    height: 50px;
    line-height: 30px;
    margin-bottom: 24px;
}

.link ul li.li-jumpbookmarks {
    background-color: transparent;
}

.link ul li a {
    color: #fff;
    opacity: .6;
}

ul.quick-links li a {
    opacity: 1;
}

.rz {
    background: #313840;
    border-bottom: 1px solid #41484f;
}

.rz ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.rz ul li span {
    line-height: 66px;
    height: 66px;
    font-size: 16px;
    color: #fff;
}

.rz img {
    margin-right: 20px;
    display: inline-block;
    width: 66px;
    height: 66px;
    position: relative;
}

.content iframe,
.content embed {
    max-width: 100%;
    margin: auto;
    display: block;
}


/* 侧边栏样式 */

.content {
    padding: 30px;
    background-color: #fff;
}

.sidebar .case-con li:last-child {
    margin-bottom: 0 !important;
}

.sidebar aside {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
}

.sidebar aside:last-child {
    margin-bottom: 0;
}

.sidebar .widget,
.sidebar .widget-title {
    margin-bottom: 10px;
}

.sidebar .widget h2,
.sidebar .widget-title h3 {
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    border-bottom: #0093dd 2px solid;
    z-index: 99;
    margin-bottom: -2px;
}

.sidebar ul.menu li {
    background: #f6f6f6;
    margin-bottom: 10px;
}

.sidebar aside ul.menu li a {
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 20px;
}

.sidebar ul.menu li.current-menu-item {
    background: #0093dd;
}

.sidebar ul.menu li.current-menu-item a {
    color: #fff;
}

.widget ul {
    margin-top: 15px;
}

.widget ul li {
    margin-bottom: 10px;
    position: relative;
}

.widget ul li a {
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #49a8fa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}

.widget_recent_entries ul {
    margin-top: 15px;
}

.widget_recent_entries ul li {
    margin-bottom: 10px;
    position: relative;
}

.widget_recent_entries ul li a {
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget_recent_entries ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #49a8fa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}

.content-title {
    overflow: hidden;
    border-bottom: #0093dd 2px solid;
    margin-bottom: 20px;
}

.content-title h1 {
    font-size: 18px;
    color: #fff;
    background-color: #0093dd;
    padding: 10px 30px 10px 20px;
    display: inline-block;
    border-radius: 0 90px 0 0;
}

.entry-meta p {
    clear: both;
    color: #999999;
    margin-top: 15px;
}

.f6f6f6 {
    background-color: #f6f6f6;
}

.crumbs {
    padding: 20px 0;
}

.crumbs a,
.crumbs {
    color: #999999;
}

.content-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}

.content-list li.thumbnail_block {
    border-bottom: none;
}

.content-list li:last-child {
    margin-bottom: 0;
}

.content-list li h2 a {
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
}

.content-list li.thumbnail_block h2 a {
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    /* display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
}

.content-list li h2 {
    margin-top: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    line-height: 1.42;
}

.content-list li p {
    font-size: 16px;
    overflow: hidden;
    line-height: 1.42;
}

.content-list li span {
    float: left;
    color: #b4b4b4;
}

.content-list li span i {
    margin-right: 10px;
}

.content-list li p {
    color: #999999;
}

.entry-content {
    text-indent: 24px;
    font-family: '宋体', "Microsoft YaHei", Arial, Helvetica, sans-serif, ;
}

.entry-content p {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.75;
    text-indent: 24px;
}

.entry-content a {
    color: #ff0000;
}

.entry-content div {
    margin-bottom: 1em;
    max-width: 100%;
    font-size: 16px;
}

.entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 15px;
}

.entry-content h2:first-child {
    margin: 0px 0px 15px;
}

.entry-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 15px;
}

.entry-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 15px;
}

.entry-content h3:first-child {
    margin: 0px 0px 15px;
}

.entry-content ul {
    list-style: disc;
    margin: 15px 0 15px 30px;
}

.entry-content ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 1.6;
}

.entry-content ol {
    list-style: decimal;
    margin: 15px 0 15px 30px;
}

.entry-content ol li {
    list-style: decimal;
    font-size: 16px;
    line-height: 1.6;
}

.entry-content blockquote {
    border-left: 5px solid #eee;
    margin: 20px;
    padding: 5px 10px;
    clear: both;
}

.gallery .gallery-item img {
    border: none !important;
}

div.wp-caption {
    max-width: 100%;
}

p.wp-caption-text,
dd.wp-caption-text {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}

.single-header {
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}

.single-header h1 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
}

.single-header .single-meta {
    overflow: hidden;
    padding: 20px;
    color: #999999;
}

#nav-single div {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.bdsharebuttonbox {
    display: inline-block;
    overflow: hidden;
}

.share-hmj {
    float: left;
    color: #999;
}

.bds_more {
    background: none repeat scroll 0% 0% #999 !important;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
    cursor: pointer !important;
    opacity: 0.8 !important;
    position: relative !important;
    line-height: 18px !important;
    text-align: center;
    padding-left: 0px !important;
    color: #fff;
    border-radius: 3px;
    font-size: 12px !important;
    margin: 0px 6px 0px 0 !important;
}

.bdshare-button-style0-16 .bds_tsina {
    background: none repeat scroll 0% 0% #999 !important;
}

.bdshare-button-style0-16 .bds_qzone {
    background: none repeat scroll 0% 0% #999 !important;
}

.bdshare-button-style0-16 .qq {
    background: none repeat scroll 0% 0% #999 !important;
}

.bdshare-button-style0-16 .bds_weixin {
    background: none repeat scroll 0% 0% #999 !important;
}

.bdshare-button-style0-16 a:hover {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #0093dd !important;
}

.bdshare-button-style0-16 .bds_more {
    color: #FFF !important;
}

.bdsharebuttonbox {
    display: block;
    margin-top: 20px;
}


/* 产品中心样式开始 */

.cp-con {
    border-bottom: solid 1px #dedede;
    padding-bottom: 20px;
}

.cp-con h1 {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    line-height: 1.42;
}

.cp-cat,
.cp-cat a,
.cp-des h3 {
    font-size: 16px;
    font-weight: bold;
}

.cp-des p {
    line-height: 2;
    color: #999999;
}

.cp-con .bdsharebuttonbox {
    display: inline-block;
    float: left !important;
}

.navigation {
    margin: 30px auto 0;
    text-align: center;
    display: block;
}

.navigation a,
.navigation span {
    display: inline-block;
    border: 1px solid #eee;
    padding: 10px 20px;
    margin: 0 1px;
    background: #fff;
}

.navigation .current {
    background: #49a8fa;
    color: #fff;
    text-decoration: none;
    border: 1px solid #49a8fa;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.apply {
    display: none;
}

.apply a {
    font-size: 20px;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    color: #fff;
}

.apply a.bm-phone {
    background-color: #f5643f;
}

.apply a.bm-form {
    background-color: #ed740b;
}

.apply a i {
    margin-right: 10px;
}


/* 产品中心样式结束 */

.textwidget p {
    line-height: 2;
}

.cp-xg h3,
.post-xg h3,
.case-xg h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cp-xg ul li a {
    display: block;
    padding: 5px;
    border: 1px solid #f6f6f6;
}

.cp-xg ul li a p,
.case-xg ul li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-xg ul li a {
    display: block;
    padding: 5px;
    border: 1px solid #f6f6f6;
}

.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
}

.wpcf7-submit {
    background: #49a8fa;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
}

.single-info {
    color: #999999;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin: 20px 0;
    overflow: hidden;
}

table {
    margin-top: 15px;
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%;
}

table th {
    vertical-align: baseline;
    padding: 5px 15px 5px 6px;
    background-color: #3F3F3F;
    border: 1px solid #3F3F3F;
    text-align: left;
    color: #fff;
}

table td {
    padding: 6px 15px 6px 6px;
    border: 1px solid #aaa;
}

table tr:nth-child(odd) {
    background-color: #F5F5F5;
}

table tr:nth-child(even) {
    background-color: #fff;
}

.single-pro-nav {
    border-bottom: 3px solid #0093dd;
}

.single-pro-list li {
    margin-right: 1px;
    float: left;
    background-color: #f5f5f5;
    -moz-border-radius: 15px 15px 0 0;
    /* Firefox */
    -webkit-border-radius: 15px 15px 0 0;
    /* Safari 和 Chrome */
    border-radius: 15px 15px 0 0;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.single-pro-list li.on {
    background-color: #0093dd;
}

.single-pro-list li.on a {
    color: #ffffff;
}

.single-pro-list li a {
    display: inline-block;
    padding: 10px 20px;
    color: #000000;
}

.pro-wrap .pro-item {
    display: none;
    margin-top: 20px;
}

.pro-wrap .pro-item ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.pro-cat-img {
    display: block;
    text-align: center;
}

.pro-wrap div:first-child {
    display: block;
}

.side-top {
    position: fixed;
    width: 50px;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
}

.side-top a {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #666;
}

.side-top a:hover {
    background: #49a8fa;
}

.f_top {
    display: block !important;
    font-size: 24px !important;
    color: #fff !important;
    line-height: 50px !important;
}

.filter-con {
    overflow: hidden;
}

.filter-con ul li {
    float: left;
}

.filter-con ul li.current-cat a,
.filter-con ul li.current-menu-item a,
.filter-con ul li:hover a {
    border: 1px solid #0093dd;
    background-color: #0093dd;
    color: #fff;
}

.filter-con ul li a {
    display: block;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    padding: 5px 15px;
    height: 32px;
}

.case .owl-stage-outer p {
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.related.products h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}

.uzi-price {
    color: #77a464;
}

.uzi-clearfix {
    clear: both;
}

@media (max-width:768px) {
    .tm-adv-space {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        background-color: #fff
    }
    .tm-adv-space-content {
        padding: 12px 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-size: 100% 100%
    }
    .tm-adv-space-content-close {
        color: rgba(238, 240, 245, .5);
        margin-right: 13px;
        margin-left: -20px
    }
    .tm-adv-space-content-close__icon {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px
    }
    .tm-adv-space-content-close__icon:after,
    .tm-adv-space-content-close__icon:before {
        content: "";
        width: 1px;
        height: 10px;
        background: #252b3a;
        position: absolute;
        right: 10px
    }
    .tm-adv-space-content-close__icon:before {
        transform: rotate(45deg)
    }
    .tm-adv-space-content-close__icon:after {
        transform: rotate(-45deg)
    }
    .tm-adv-space-content__image {
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 6px;
        margin: 0 10px
    }
    .tm-adv-space-content__image img {
        width: 40px;
        height: 40px
    }
    .tm-adv-space-content__main {
        flex: 1;
        margin-right: 15px;
        overflow: hidden;
    }
    .tm-adv-space-content__title {
        font-size: 16px;
        color: #222;
        line-height: 20px
    }
    .tm-adv-space-content__title+.tm-adv-space-content__desc {
        font-size: 12px;
        color: #222;
        line-height: 18px;
        height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .tm-adv-space-btn {
        border-radius: 2px;
        border: 1px solid #222;
        position: relative;
        cursor: pointer
    }
    .tm-adv-space-btn:active {
        border: 1px solid #c7000b
    }
    .tm-adv-space-btn:active .tm-adv-space-btn__inner {
        color: #c7000b
    }
    .tm-adv-space-btn__inner {
        color: #222;
        display: flex;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: none;
        padding: 0 20px;
        min-height: 30px;
        border: none;
        box-shadow: none;
        height: 100%;
        outline: none
    }
    .light.tm-adv-space .tm-adv-space-content-close__icon:after,
    .light.tm-adv-space .tm-adv-space-content-close__icon:before {
        background: #fff
    }
    .light.tm-adv-space .tm-adv-space-content__desc,
    .light.tm-adv-space .tm-adv-space-content__title {
        color: #fff
    }
    .light.tm-adv-space .tm-adv-space-btn {
        border: 1px solid #fff
    }
    .light.tm-adv-space .tm-adv-space-btn:active {
        border: 1px solid #c7000b
    }
    .light.tm-adv-space .tm-adv-space-btn__inner {
        color: #fff
    }
    .light.tm-adv-space .tm-adv-space-btn:active .tm-adv-space-btn__inner {
        color: #c7000b
    }
    .light-btn.tm-adv-space .tm-adv-space-content-close__icon:after,
    .light-btn.tm-adv-space .tm-adv-space-content-close__icon:before {
        background: #fff;
    }
    .light-btn.tm-adv-space .tm-adv-space-content__desc,
    .light-btn.tm-adv-space .tm-adv-space-content__title {
        color: #fff;
    }
    .light-btn.tm-adv-space .tm-adv-space-btn {
        border: 1px solid #fff;
        background: #fff;
    }
    .light-btn.tm-adv-space .tm-adv-space-btn:active {
        border: 1px solid #fff;
    }
    .light-btn.tm-adv-space .tm-adv-space-btn__inner {
        color: #636363;
    }
    .light-btn.tm-adv-space .tm-adv-space-btn:active .tm-adv-space-btn__inner {
        color: #c7000b
    }
}

@media (max-width:769px) {
    .page-template-page-home .woocommerce ul.products li.product {
        width: 46%;
    }
}